home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 December / macformat-044.iso / Demos / Planet Earth / data / topLevel.Dir / 00018.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  146 b   |  7 lines

  1. on mouseUp
  2.   global dispBG
  3.   set dispBG to 1
  4.   set the castNum of sprite the clickOn to the castNum of sprite the clickOn + 1
  5.   updateStage()
  6. end
  7.